{
  "name": "ReactCommon",
  "module_name": "ReactCommon",
  "version": "0.71.3",
  "summary": "-",
  "homepage": "https://reactnative.dev/",
  "license": "MIT",
  "authors": "Facebook, Inc. and its affiliates",
  "platforms": {
    "ios": "12.4"
  },
  "source": {
    "git": "https://github.com/facebook/react-native.git",
    "tag": "v0.71.3"
  },
  "header_dir": "ReactCommon",
  "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-gnu-zero-variadic-macro-arguments -Wno-documentation",
  "pod_target_xcconfig": {
    "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/Headers/Private/React-Core\"",
    "USE_HEADERMAP": "YES",
    "CLANG_CXX_LANGUAGE_STANDARD": "c++17",
    "GCC_WARN_PEDANTIC": "YES"
  },
  "dependencies": {
    "React-logger": [
      "0.71.3"
    ]
  },
  "subspecs": [
    {
      "name": "react_debug_core",
      "source_files": "react/debug/*.{cpp,h}"
    },
    {
      "name": "turbomodule",
      "dependencies": {
        "React-callinvoker": [
          "0.71.3"
        ],
        "React-perflogger": [
          "0.71.3"
        ],
        "React-Core": [
          "0.71.3"
        ],
        "React-cxxreact": [
          "0.71.3"
        ],
        "React-jsi": [
          "0.71.3"
        ],
        "RCT-Folly": [
          "2021.07.22.00"
        ],
        "DoubleConversion": [

        ],
        "glog": [

        ],
        "hermes-engine": [

        ]
      },
      "subspecs": [
        {
          "name": "bridging",
          "dependencies": {
            "React-jsi": [
              "0.71.3"
            ],
            "hermes-engine": [

            ]
          },
          "source_files": "react/bridging/**/*.{cpp,h}",
          "exclude_files": "react/bridging/tests",
          "header_dir": "react/bridging",
          "pod_target_xcconfig": {
            "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)/ReactCommon\" \"$(PODS_ROOT)/RCT-Folly\""
          }
        },
        {
          "name": "core",
          "source_files": [
            "react/nativemodule/core/ReactCommon/**/*.{cpp,h}",
            "react/nativemodule/core/platform/ios/**/*.{mm,cpp,h}"
          ],
          "exclude_files": "react/nativemodule/core/ReactCommon/LongLivedObject.h"
        },
        {
          "name": "samples",
          "source_files": [
            "react/nativemodule/samples/ReactCommon/**/*.{cpp,h}",
            "react/nativemodule/samples/platform/ios/**/*.{mm,cpp,h}"
          ],
          "dependencies": {
            "ReactCommon/turbomodule/core": [
              "0.71.3"
            ]
          }
        }
      ]
    }
  ]
}
